DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElementCollection Class / AddRange Method / AddRange(SvgElement[]) Method

In This Topic
AddRange(SvgElement[]) Method
In This Topic
Adds the elements to the end of the SvgElementCollection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal ParamArray elements() As SvgElement _
) 
 

Parameters

elements
See Also